Skip to content

feat: /ship now uses repo PR/issue templates (v0.6.1.0)#111

Open
yoseldvp wants to merge 2 commits intogarrytan:mainfrom
yoseldvp:feat/repo-template-detection
Open

feat: /ship now uses repo PR/issue templates (v0.6.1.0)#111
yoseldvp wants to merge 2 commits intogarrytan:mainfrom
yoseldvp:feat/repo-template-detection

Conversation

@yoseldvp
Copy link

@yoseldvp yoseldvp commented Mar 16, 2026

Summary

  • /ship now detects and uses the repo's GitHub PR template (.github/PULL_REQUEST_TEMPLATE.md and other standard locations) as the base structure for PR bodies, merging in ship-specific sections where the template doesn't already cover them
  • New {{REPO_TEMPLATE_DETECT}} shared resolver for skill authors — any skill that creates PRs or issues can reuse this placeholder in .tmpl files
  • Removed hardcoded "Generated with Claude Code" signature from PR bodies — repos can add their own via their PR template

Pre-Landing Review

No issues found.

TODOS

No TODO items completed in this PR.

Test plan

  • All skill validation tests pass (214 tests, 0 failures)
  • Gen-skill-docs tests pass

🤖 Generated with Claude Code

Add {{REPO_TEMPLATE_DETECT}} shared resolver that checks all standard
GitHub template locations (.github/PULL_REQUEST_TEMPLATE.md, issue
templates, etc.). /ship Step 8 now reads the repo's PR template and
uses it as the base structure, merging in ship-specific sections.

Falls back to the existing default format when no template is found.
@yoseldvp yoseldvp force-pushed the feat/repo-template-detection branch from 6462482 to 444121b Compare March 17, 2026 18:34
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yoseldvp yoseldvp changed the title feat: /ship now uses repo PR/issue templates (v0.4.4) feat: /ship now uses repo PR/issue templates (v0.6.1.0) Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant